From 94644151215ecee76a03f9914851a10fb5a291b1 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 22 Oct 2014 21:17:37 +0100 Subject: [PATCH] tests/a11y/about: Fix expected text We recently changed the uppercase licensing text to lower case. The reference test that checks the contents of the about dialog has to be fixed to reflect that change. --- testsuite/a11y/about.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/a11y/about.txt b/testsuite/a11y/about.txt index 0ebd1d2aff..b877913782 100644 --- a/testsuite/a11y/about.txt +++ b/testsuite/a11y/about.txt @@ -356,7 +356,7 @@ window1 "label" parent: page_vbox index: 4 - name: This program comes with ABSOLUTELY NO WARRANTY. + name: This program comes with absolutely no warranty. See the GNU General Public License, version 3 or later for details. state: enabled focusable multi-line sensitive showing visible toolkit: gtk @@ -364,7 +364,7 @@ See the GNU General Public License, version 3 or later for details. layer: widget alpha: 1 - text: This program comes with ABSOLUTELY NO WARRANTY. + text: This program comes with absolutely no warranty. See the GNU General Public License, version 3 or later for details. character count: 115 caret offset: 0 -- 2.30.2